home *** CD-ROM | disk | FTP | other *** search
- Preferences = {
- ACTIONS = {
- ok:;
- performClick:;
- changeOptionMode:;
- revert:;
- };
- OUTLETS = {
- revert;
- ok;
- win;
- optionsButton;
- optionView;
- };
- SUPERCLASS = Object;
- };
- GlobalPreferences = {
- ACTIONS = {
- setAscii:;
- newFont:;
- setRtf:;
- };
- OUTLETS = {
- asciiFontName;
- rtfFontName;
- mode;
- asciiFontSize;
- rtfFontSize;
- start;
- };
- SUPERCLASS = Preferences;
- };
- FirstResponder = {
- ACTIONS = {
- performResize:;
- };
- SUPERCLASS = Object;
- };
-